home *** CD-ROM | disk | FTP | other *** search
/ Aminet 41 / Aminet 41 (2001)(Schatztruhe)[!][Feb 2001].iso / Aminet / docs / hyper / BuffyGuide.lha / BuffyGuide / source / BuffyGuideSearch.txt < prev    next >
Encoding:
Text File  |  2000-05-26  |  2.7 KB  |  89 lines

  1. /* -----------------------------------------------------------
  2.   $VER: BuffyGuideSearch.txt 1.02 (24.05.2000)
  3.  
  4.   Documentation for the Buffy Guide Search
  5.  
  6.   (C) Copyright 2000 Matthew J Fletcher - All Rights Reserved.
  7.   amimjf@connectfree.co.uk - www.amimjf.connectfree.co.uk
  8.  ------------------------------------------------------------ */
  9.  
  10.  
  11. Inroduction
  12. -----------
  13. This program was created to be used in conjunction with Chris Sheffields
  14. Buffy.guide, a truly outstanding collection of buffy info. Anyway various
  15. diffrent methords were used to try and get a decent search engine into
  16. the guide, using LASAGS and Chris's own custom ARexx code, however none
  17. of these really worked well, so i wrote a better version.
  18.  
  19.  
  20. Usage
  21. -----
  22. This search engine is basicly a cut down version of my regular expression
  23. engine, but the useage is much simpler. The best way to do it, is just to
  24. click on the search button in the guide. However it can be used seperatly
  25. like this..
  26.  
  27. cd BuffyGuide/
  28. BuffyGuideSearch Buffy.guide -s
  29.  
  30. where -s should be used if you want case sensitive search, or
  31. -h for help, or -v for verbose (lots of) output, or -d for the internal
  32. debug mode, which is probably best left alone, UNLESS you find a problem.
  33.  
  34.  
  35. Requrements
  36. -----------
  37. An Amiga, with a 020+ CPU and OS 3.x at least 20k of ram (yes 20k).
  38. You will of course need Chris Sheffields Buffy.guide, which can be found
  39. on aminet.
  40.  
  41.  
  42. Compilation
  43. -----------
  44. This code compiles for amiga gcc and dice, and borland c for windows, it
  45. should work with others, but i cant test it. If you want to look at the
  46. code please feel free, if you want to compile it try...
  47.  
  48. Then type,...
  49.  
  50. make -f makefile.amiga.gcc
  51. or
  52. dmake -f makefile.amiga.dice
  53.  
  54. and your program will appear in a few seconds.
  55.  
  56.  
  57. Extras
  58. ------
  59. There is a port of the AmigaGuide system to windows (on aminet), so you can
  60. re-compile this code to be used with Chris's guide on windows systems if
  61. you really want to, you will have to make a project file yourself, but the
  62. sources have been coded so that support for BorlandC is in there.
  63.  
  64.  
  65. Bugs
  66. ----
  67. My code does not have bugs,.. no honist it dont,.. but the exe was compiled
  68. for 68020+ systems an so wont work on A500s.
  69.  
  70. If you find anything going werid, dont spam Chris cos its not his error,
  71. mail me at the above address and i will see about it.
  72.  
  73. But please, please give me lots of info, search string, your system (ram,
  74. processor, software versions, patches, background hacks etc). BUT most
  75. importantly a good description of the problem,.. if i cant reproduce it
  76. then i can fix it.
  77.  
  78.  
  79. Thanks
  80. ------
  81. Chris Sheffield, for creating the wonderfull buffy guide..
  82. Adam Dyer, for helping with a very annoying bug in the code..
  83. Amiga Corp, for letting me have one of the developer boxes..
  84. Buffy, for just being buffy...
  85.  
  86.  
  87. - Matthew J Fletcher
  88.  
  89.